object Dlg_AddrInfo: TDlg_AddrInfo Left = 120 Top = 243 BorderStyle = bsDialog Caption = 'Address Info' ClientHeight = 286 ClientWidth = 569 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object L_from: TLabel Left = 8 Top = 8 Width = 26 Height = 13 Caption = 'From:' end object L_sender: TLabel Left = 8 Top = 40 Width = 37 Height = 13 Caption = 'Sender:' end object L_ReplyTo: TLabel Left = 8 Top = 72 Width = 46 Height = 13 Caption = 'Reply To:' end object L_to: TLabel Left = 8 Top = 104 Width = 16 Height = 13 Caption = 'To:' end object L_cc: TLabel Left = 8 Top = 192 Width = 16 Height = 13 Caption = 'Cc:' end object Bevel1: TBevel Left = 440 Top = 8 Width = 3 Height = 273 Shape = bsLeftLine end object BtnAdd: TButton Left = 455 Top = 16 Width = 108 Height = 22 Caption = '&Add to...' TabOrder = 8 OnClick = BtnAddClick end object LBfrom: TListBox Left = 64 Top = 8 Width = 365 Height = 17 ItemHeight = 13 MultiSelect = True TabOrder = 0 end object LBsender: TListBox Left = 64 Top = 40 Width = 365 Height = 17 ItemHeight = 13 MultiSelect = True TabOrder = 1 end object LBreplyto: TListBox Left = 64 Top = 72 Width = 365 Height = 17 ItemHeight = 13 MultiSelect = True TabOrder = 2 end object LBto: TListBox Left = 64 Top = 104 Width = 365 Height = 73 ItemHeight = 13 MultiSelect = True TabOrder = 3 end object LBcc: TListBox Left = 64 Top = 192 Width = 365 Height = 81 ItemHeight = 13 MultiSelect = True TabOrder = 4 end object BtnSelAll: TButton Left = 455 Top = 96 Width = 108 Height = 23 Caption = 'Select A&ll' TabOrder = 5 OnClick = BtnSelAllClick end object BtnSelNone: TButton Tag = 1 Left = 455 Top = 128 Width = 108 Height = 23 Caption = 'Select &None' TabOrder = 6 OnClick = BtnSelAllClick end object BtnClose: TButton Left = 455 Top = 168 Width = 108 Height = 23 Cancel = True Caption = '&Close' Default = True ModalResult = 2 TabOrder = 7 end object btnCopy: TButton Tag = 1 Left = 455 Top = 48 Width = 108 Height = 22 Caption = '&Copy' TabOrder = 9 OnClick = BtnAddClick end object PM_addrbook: TPopupMenu AutoPopup = False OnPopup = PM_addrbookPopup Left = 480 Top = 176 end object Language: TLanguage LangCenter = DM_Language.LangCenter Left = 520 Top = 216 end end